* autorevert.el (auto-revert-use-notify): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Jan 2013 19:20:46 +0000 (20:20 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Jan 2013 19:20:46 +0000 (20:20 +0100)
lisp/ChangeLog
lisp/autorevert.el

index dd57534e180a6faa3346790aaa6284ea52875d85..6d6dc84973c2cd71a00e6462845acce00a33dbd2 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * autorevert.el (auto-revert-use-notify): Fix docstring.
+
 2013-01-30  Leo Liu  <sdl.web@gmail.com>
 
        * imenu.el (imenu--truncate-items): Fix subalist checking.
index e44d4a88edaf82cdc89f214c5eae643adbafa90f..fe6cf216363218c8678b8f8b5b050c0da493cacc 100644 (file)
@@ -278,7 +278,7 @@ This variable becomes buffer local when set in any fashion.")
   "If non-nil Auto Revert Mode uses file notification functions.
 This requires Emacs being compiled with file notification
 support (see `auto-revert-notify-enabled').  You should set this
-variable through Custom only."
+variable through Custom."
   :group 'auto-revert
   :type 'boolean
   :set (lambda (variable value)